A. more
B. cat
C. grep
D. tee
Advertisement
Related Mcqs:
- What command is used to save the standard output in a file, as well as display it on the terminal ?
- A. tee B. grep C. cat D. more...
- Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it ?
- A. who | tee user.lst B. who > user.lst C. who >> user.lst D. who < user.lste...
- The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is _______________?
- A. tee B. tr C. sort D. grep...
- While working with mail command, which command is used to save mail in a separate file ?
- A. s B. r C. w D. d...
- Which command is used to display the device name of the terminal you are using ?
- A. who B. ls C. tty D. stty...
- What command is used with vi editor to save file and remain in the editing mode ?
- A. x B. q! C. :w D. :q...
- Which command is used with vi editor to save file and remain in the editing mode ?
- A. :q B. :w C. q! D. 😡...
- What command is used to display a file contents in octal form ?
- A. oct B. of C. od D. cd...
- Which command is used to display the top of the file ?
- A. cat B. head C. more D. grep...
- Which command is used to display the end of the file ?
- A. head – r B. tail C. eof D. bof...
Advertisement